projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4401831
)
post release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Mon, 23 Jul 2018 02:18:08 +0000
(
04:18
+0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Mon, 23 Jul 2018 02:18:08 +0000
(
04:18
+0200)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 187cedeba344933770b88528430266b344016fd7..d1293f6dc72fa0d11a2147e449b04d13f5d87f89 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [5
4
])
+m4_define([babl_micro_version], [5
5
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index bd46ed8f674a2819c1fb913d26301f30988c940c..e5be721703ce472c0717325268b4f46cfbb61167 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.5
4
',
+ version: '0.1.5
5
',
meson_version: '>=0.40.0',
default_options: [
'libdir=lib',